MessageListUIParams

data class MessageListUIParams

Describes a configuration of a message item view

Since

3.3.0

Types

Link copied to clipboard
class Builder

Functions

Link copied to clipboard
fun shouldUseMessageGroupUI(): Boolean

Returns whether the message grouping is used.

Link copied to clipboard
fun shouldUseMessageReceipt(): Boolean

Returns whether the status (read receipt, delivery receipt) of messages is shown.

Link copied to clipboard
fun shouldUseQuotedView(): Boolean

Returns whether the quoted view is used.

Link copied to clipboard
fun shouldUseReverseLayout(): Boolean

Returns whether the message list is reversed.

Properties

Link copied to clipboard
val channelConfig: ChannelConfig

Returns ChannelConfig that contains the configuration of the channel.

Link copied to clipboard
val messageGroupType: MessageGroupType

Returns the type of message group UI.

Link copied to clipboard
val openChannelConfig: OpenChannelConfig

Returns OpenChannelConfig that contains the configuration of the open channel.